home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / nekodemo / rtrv / shared.dir / 00346_BIO-Jbutton.ls < prev    next >
Encoding:
Text File  |  1995-05-10  |  213 b   |  17 lines

  1. on mouseUp
  2.   global greq
  3.   set greq to "J"
  4.   outpanel()
  5.   go("BIO")
  6. end
  7.  
  8. on mouseDown
  9.   global gpleasespeak
  10.   if soundBusy(2) then
  11.     sound close 2
  12.     set gpleasespeak to EMPTY
  13.   else
  14.     nothing()
  15.   end if
  16. end
  17.